From: Richard M. Stallman Date: Fri, 16 Jan 2004 18:26:32 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~24476 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=659747c9769f13b8301b5ff8a7cf53877fa280ed;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 22cb44249a3..129d97dd8f6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,17 @@ +2004-01-16 Richard M. Stallman + + * emacs-lisp/cl.el (cl-cannot-unload): New function. + (cl-unload-hook): Defvar this to run cl-cannot-unload. + + * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam. + Call rmail-spam-filter. Delete and expunge spam. + Print number of spam messages deleted. + Save and restore the deletion status of old messages when reading + new mail with spam filter, so that expunging spam does not expunge + msgs deleted by the user. + (rmail-only-expunge): added an optional argument dont-show to + prevent showing message after expunge. + 2004-01-15 Luc Teirlinck * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.